google.golang.org/grpc/internal/transport.http2Client.streamQuota (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L120: 	streamQuota           int64
		http2_client.go#L359: 		streamQuota:           defaultMaxStreamsClient,
		http2_client.go#L839: 		if t.streamQuota <= 0 { // Can go negative if server decreases it.
		http2_client.go#L849: 		t.streamQuota--
		http2_client.go#L868: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L990: 		t.streamQuota++
		http2_client.go#L991: 		if t.streamQuota > 0 && t.waitingStreams > 0 {
		http2_client.go#L1332: 			t.streamQuota += delta